home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- md c:\chip
- md c:\chip\eylul96
- md c:\chip\eylul96\morph
-
- if exist d:\setup.001 d:
- if exist e:\setup.001 e:
- if exist f:\setup.001 f:
- if exist g:\setup.001 g:
- if exist h:\setup.001 h:
-
- cd\demos\morph
- copy *.* c:\chip\eylul96\morph /Y
-
- cd\
- exit
-